if (config.useCustomDictionary)
{
combineByCustomDictionary(vertexList);
}
if (HanLP.Config.DEBUG)
if (config.useCustomDictionary)
{
if (config.indexMode)
combineByCustomDictionary(vertexList, wordNetAll);
else combineByCustomDictionary(vertexList);
}
if (HanLP.Config.DEBUG)